home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 March / UG3.ISO / Programos / DivXInstaller.exe / DivX Stream Engine / v3.0 / core / DivXAVCDecode.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-01  |  2.6 KB  |  95 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE properties>
  3. <properties version="1.0">
  4.  
  5.   <name>
  6.     <short>DivX Video decoder</short>
  7.     <long>DivX Video decoder</long>
  8.   </name>
  9.  
  10.   <description>Decodes DivX AVC video formats.</description>
  11.  
  12.   <type>plugin</type>
  13.  
  14.   <plugin>
  15.  
  16.     <name>com.divx.streamengine.plugin.DivxAVCDecode</name>
  17.  
  18.     <interfaces>
  19.  
  20.       <interface>
  21.         <name>com.divx.streamengine.plugin.Transform</name>
  22.       </interface>
  23.       <interface>
  24.         <name>com.divx.streamengine.pluginInterface.Transform</name>
  25.       </interface>
  26.       <interface>
  27.         <name>com.divx.streamengine.pluginInterface.DSEPlugin</name>
  28.       </interface>
  29.     <interface>
  30.         <name>com.divx.streamengine.pluginInterface.Settings</name>
  31.       </interface>
  32.  
  33.         <!-- Settings 
  34.                 name PostProc|Mode
  35.                 type uint32_t
  36.                 values (0 = No postprocessing, 1 = Full Deblock Plus Sharpen, 2 = Custom Deblock, 3 = Full Auto)
  37.                 
  38.                 name PostProc|Deblocking - this is only valid for custom Deblocking
  39.                 type uint32_t
  40.                 values (0 - 4)
  41.                 
  42.                 name Color|Brightness
  43.                 type uint32_t
  44.                 values (-127 through 128)         
  45.                 
  46.                 name Color|Contrast
  47.                 type uint32_t
  48.                 values (-127 through 128)      
  49.                 
  50.                 name Color|Saturation
  51.                 type uint32_t
  52.                 values (-127 through 128)    
  53.                 
  54.                 name Color|Warmth
  55.                 type uint32_t
  56.                 values (0 - 5)   
  57.          -->
  58.       
  59.     </interfaces>
  60.  
  61.     <StreamEngine version="2.1">
  62.  
  63.       <portGroup>
  64.  
  65.         <port type="in" mode="pull" model="release" media="video">
  66.           <format cost="10" fourCC="H264"/>
  67.           <format cost="10" fourCC="X264"/>
  68.           <format cost="10" fourCC="DAVC"/>
  69.           <format cost="10" fourCC="AVC1"/>
  70.         </port>
  71.  
  72.         <port type="out" mode="pull" model="retain" media="video">
  73.           <format cost="10" fourCC="IYUV"/>
  74.           <format cost="10" fourCC="I420"/>
  75.           <format cost="10" fourCC="YV12"/>
  76.           <format cost="20" fourCC="UYVY"/>
  77.           <format cost="25" fourCC="YUY2"/>
  78.           <format cost="50" fourCC="RGBA"/>
  79.           <format cost="80" fourCC="RV16"/>
  80.         </port>
  81.  
  82.       </portGroup>
  83.  
  84.     </StreamEngine>
  85.  
  86.     <version>
  87.       <major>3</major>
  88.       <minor>0</minor>
  89.       <micro>0</micro>
  90.     </version>
  91.  
  92.   </plugin>
  93.  
  94. </properties>
  95.